home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2008 February / PCWFEB08.iso / Software / Freeware / Miro 1.0 / Miro_Installer.exe / xulrunner / chrome / toolkit.jar / content / global / mozilla.xhtml < prev    next >
Encoding:
Extensible Markup Language  |  2005-02-01  |  2.7 KB  |  94 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
  3.     "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"
  4. [
  5.   <!ENTITY % mozillaDTD SYSTEM "chrome://global/locale/mozilla.dtd" >
  6.   %mozillaDTD;
  7. ]>
  8.  
  9. <!-- ***** BEGIN LICENSE BLOCK *****
  10.    - Version: MPL 1.1/GPL 2.0/LGPL 2.1
  11.    -
  12.    - The contents of this file are subject to the Mozilla Public License Version
  13.    - 1.1 (the "License"); you may not use this file except in compliance with
  14.    - the License. You may obtain a copy of the License at
  15.    - http://www.mozilla.org/MPL/
  16.    -
  17.    - Software distributed under the License is distributed on an "AS IS" basis,
  18.    - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
  19.    - for the specific language governing rights and limitations under the
  20.    - License.
  21.    -
  22.    - The Original Code is mozilla.org Code.
  23.    -
  24.    - The Initial Developer of the Original Code is
  25.    - Netscape Communications Corporation.
  26.    - Portions created by the Initial Developer are Copyright (C) 1998
  27.    - the Initial Developer. All Rights Reserved.
  28.    -
  29.    - Contributor(s):
  30.    -   Neil Deakin <enndeakin@sympatico.ca>
  31.    -   Henrik Gemal <mozilla@gemal.dk>
  32.    -   Alexey Chernyak <alexeyc@bigfoot.com> (XHTML 1.1 conversion)
  33.    -
  34.    - Alternatively, the contents of this file may be used under the terms of
  35.    - either the GNU General Public License Version 2 or later (the "GPL"), or
  36.    - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
  37.    - in which case the provisions of the GPL or the LGPL are applicable instead
  38.    - of those above. If you wish to allow use of your version of this file only
  39.    - under the terms of either the GPL or the LGPL, and not to allow others to
  40.    - use your version of this file under the terms of the MPL, indicate your
  41.    - decision by deleting the provisions above and replace them with the notice
  42.    - and other provisions required by the GPL or the LGPL. If you do not delete
  43.    - the provisions above, a recipient may use your version of this file under
  44.    - the terms of any one of the MPL, the GPL or the LGPL.
  45.    -
  46.    - ***** END LICENSE BLOCK ***** -->
  47.  
  48. <html xmlns="http://www.w3.org/1999/xhtml">
  49. <head>
  50. <title>The Book of Mozilla, 7:15</title>
  51. <style type="text/css">
  52. html {
  53.   background: maroon;
  54.   color: white;
  55.   font-style: italic;
  56. }
  57.  
  58. #moztext {
  59.   margin-top: 15%;
  60.   font-size: 1.1em;
  61.   font-family: serif;
  62.   text-align: center;
  63.   line-height: 1.5;
  64. }
  65.  
  66. #from {
  67.   font-size: 1.95em;
  68.   font-family: serif;
  69.   text-align: right;
  70. }
  71.  
  72. em {
  73.   font-size: 1.3em;
  74.   line-height: 0;
  75. }
  76.  
  77. .f {
  78.   padding-left: .2ex;
  79. }
  80. </style>
  81. </head>
  82. <body>
  83.  
  84. <p id="moztext">
  85. &mozilla.quote;
  86. </p>
  87.  
  88. <p id="from">
  89. &mozilla.from;
  90. </p>
  91.  
  92. </body>
  93. </html>
  94.